﻿2026-06-24T04:20:42.4392779Z Current runner version: '2.335.1'
2026-06-24T04:20:42.4397295Z Runner name: 'kitsubito'
2026-06-24T04:20:42.4397819Z Runner group name: 'Default'
2026-06-24T04:20:42.4398487Z Machine name: 'KITSUBITO'
2026-06-24T04:20:42.4400548Z ##[group]GITHUB_TOKEN Permissions
2026-06-24T04:20:42.4402313Z Contents: read
2026-06-24T04:20:42.4402722Z Metadata: read
2026-06-24T04:20:42.4403095Z Packages: read
2026-06-24T04:20:42.4403457Z ##[endgroup]
2026-06-24T04:20:42.4405012Z Secret source: Actions
2026-06-24T04:20:42.4405516Z Prepare workflow directory
2026-06-24T04:20:42.4757818Z Prepare all required actions
2026-06-24T04:20:42.4787705Z Getting action download info
2026-06-24T04:20:42.7889288Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-24T04:20:43.3946496Z Complete job name: n1-gate (self-hosted, Linux, kitsubito)
2026-06-24T04:20:43.4772840Z ##[group]Run actions/checkout@v5
2026-06-24T04:20:43.4773577Z with:
2026-06-24T04:20:43.4773921Z   fetch-depth: 0
2026-06-24T04:20:43.4774339Z   repository: SaberMage/spt-core
2026-06-24T04:20:43.4777536Z   token: ***
2026-06-24T04:20:43.4777883Z   ssh-strict: true
2026-06-24T04:20:43.4778231Z   ssh-user: git
2026-06-24T04:20:43.4778589Z   persist-credentials: true
2026-06-24T04:20:43.4779066Z   clean: true
2026-06-24T04:20:43.4779423Z   sparse-checkout-cone-mode: true
2026-06-24T04:20:43.4779828Z   fetch-tags: false
2026-06-24T04:20:43.4780186Z   show-progress: true
2026-06-24T04:20:43.4780538Z   lfs: false
2026-06-24T04:20:43.4780864Z   submodules: false
2026-06-24T04:20:43.4781222Z   set-safe-directory: true
2026-06-24T04:20:43.4781780Z ##[endgroup]
2026-06-24T04:20:43.5551571Z Syncing repository: SaberMage/spt-core
2026-06-24T04:20:43.5553046Z ##[group]Getting Git version info
2026-06-24T04:20:43.5553738Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-24T04:20:43.5554616Z [command]/usr/bin/git version
2026-06-24T04:20:43.5555012Z git version 2.43.0
2026-06-24T04:20:43.5565153Z ##[endgroup]
2026-06-24T04:20:43.5575614Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/ae7af26d-ec99-4959-b375-2cd1349eb34e' before making global git config changes
2026-06-24T04:20:43.5576723Z Adding repository directory to the temporary git global config as a safe directory
2026-06-24T04:20:43.5578618Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-24T04:20:43.5610504Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-24T04:20:43.5627487Z https://github.com/SaberMage/spt-core
2026-06-24T04:20:43.5636840Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-24T04:20:43.5639341Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-24T04:20:43.5658175Z HEAD
2026-06-24T04:20:43.5687037Z ##[endgroup]
2026-06-24T04:20:43.5687727Z [command]/usr/bin/git submodule status
2026-06-24T04:20:43.5903367Z ##[group]Cleaning the repository
2026-06-24T04:20:43.5904097Z [command]/usr/bin/git clean -ffdx
2026-06-24T04:20:44.1867742Z Removing target/
2026-06-24T04:20:44.1876884Z [command]/usr/bin/git reset --hard HEAD
2026-06-24T04:20:44.1933155Z HEAD is now at 3b8b445fe Merge 72d875ed53a8b6ff28df2ad23f468a55251d64f0 into 365fb0cbe8422795d03bbc2fe1efdd267a613b81
2026-06-24T04:20:44.1938581Z ##[endgroup]
2026-06-24T04:20:44.1941157Z ##[group]Disabling automatic garbage collection
2026-06-24T04:20:44.1944477Z [command]/usr/bin/git config --local gc.auto 0
2026-06-24T04:20:44.1972899Z ##[endgroup]
2026-06-24T04:20:44.1974036Z ##[group]Setting up auth
2026-06-24T04:20:44.1977377Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-24T04:20:44.2007405Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-24T04:20:44.2209024Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-24T04:20:44.2237151Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-24T04:20:44.2431639Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-24T04:20:44.2460899Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-24T04:20:44.2646969Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-24T04:20:44.2676036Z ##[endgroup]
2026-06-24T04:20:44.2677303Z ##[group]Fetching the repository
2026-06-24T04:20:44.2683977Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +040d67cdbfa67cfbe51e3f53e5148e8669931c3d:refs/remotes/pull/36/merge
2026-06-24T04:20:44.8392905Z From https://github.com/SaberMage/spt-core
2026-06-24T04:20:44.8394369Z  + 72d875ed5...3b4499c3f release/v0.14.3                          -> origin/release/v0.14.3  (forced update)
2026-06-24T04:20:44.8458279Z  + 3b8b445fe...040d67cdb 040d67cdbfa67cfbe51e3f53e5148e8669931c3d -> pull/36/merge  (forced update)
2026-06-24T04:20:44.8495646Z ##[endgroup]
2026-06-24T04:20:44.8496694Z ##[group]Determining the checkout info
2026-06-24T04:20:44.8497638Z ##[endgroup]
2026-06-24T04:20:44.8500724Z [command]/usr/bin/git sparse-checkout disable
2026-06-24T04:20:44.8540991Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-24T04:20:44.8567169Z ##[group]Checking out the ref
2026-06-24T04:20:44.8575772Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/36/merge
2026-06-24T04:20:44.8655243Z Warning: you are leaving 2 commits behind, not connected to
2026-06-24T04:20:44.8656292Z any of your branches:
2026-06-24T04:20:44.8656753Z 
2026-06-24T04:20:44.8658058Z   3b8b445fe Merge 72d875ed53a8b6ff28df2ad23f468a55251d64f0 into 365fb0cbe8422795d03bbc2fe1efdd267a613b81
2026-06-24T04:20:44.8660419Z   72d875ed5 release: v0.14.3 — bump 0.14.2->0.14.3 + changelog + Cargo.lock
2026-06-24T04:20:44.8661296Z 
2026-06-24T04:20:44.8661851Z If you want to keep them by creating a new branch, this may be a good time
2026-06-24T04:20:44.8662900Z to do so with:
2026-06-24T04:20:44.8663225Z 
2026-06-24T04:20:44.8663544Z  git branch <new-branch-name> 3b8b445fe
2026-06-24T04:20:44.8664093Z 
2026-06-24T04:20:44.8665289Z HEAD is now at 040d67cdb Merge 3b4499c3f6e1d25ff0e5b17f26abbf140543e251 into 365fb0cbe8422795d03bbc2fe1efdd267a613b81
2026-06-24T04:20:44.8668209Z ##[endgroup]
2026-06-24T04:20:44.8697535Z [command]/usr/bin/git log -1 --format=%H
2026-06-24T04:20:44.8722225Z 040d67cdbfa67cfbe51e3f53e5148e8669931c3d
2026-06-24T04:20:44.8913300Z ##[group]Run echo 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"
2026-06-24T04:20:44.8914434Z [36;1mecho 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"[0m
2026-06-24T04:20:44.8930246Z shell: /usr/bin/bash -e {0}
2026-06-24T04:20:44.8930712Z ##[endgroup]
2026-06-24T04:20:44.9047287Z ##[group]Run set -euo pipefail
2026-06-24T04:20:44.9047895Z [36;1mset -euo pipefail[0m
2026-06-24T04:20:44.9048355Z [36;1mPIN=0c95435[0m
2026-06-24T04:20:44.9048788Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-24T04:20:44.9049435Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-24T04:20:44.9050284Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-24T04:20:44.9051406Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-24T04:20:44.9052542Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-24T04:20:44.9053512Z [36;1m  rm -rf "$CACHE"[0m
2026-06-24T04:20:44.9054035Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-24T04:20:44.9054660Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-24T04:20:44.9055665Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-24T04:20:44.9056532Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-24T04:20:44.9057058Z [36;1mfi[0m
2026-06-24T04:20:44.9057706Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-24T04:20:44.9072398Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-24T04:20:44.9073061Z env:
2026-06-24T04:20:44.9073432Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-24T04:20:44.9073942Z ##[endgroup]
2026-06-24T04:20:45.1798465Z    Compiling proc-macro2 v1.0.106
2026-06-24T04:20:45.1799940Z    Compiling quote v1.0.45
2026-06-24T04:20:45.1800743Z    Compiling unicode-ident v1.0.24
2026-06-24T04:20:45.1801279Z    Compiling libc v0.2.186
2026-06-24T04:20:45.1801767Z    Compiling serde_core v1.0.228
2026-06-24T04:20:45.1802301Z    Compiling cfg-if v1.0.4
2026-06-24T04:20:45.1802748Z    Compiling serde v1.0.228
2026-06-24T04:20:45.1840667Z    Compiling log v0.4.32
2026-06-24T04:20:45.1880407Z    Compiling pin-project-lite v0.2.17
2026-06-24T04:20:45.1914762Z    Compiling typenum v1.20.1
2026-06-24T04:20:45.1937362Z    Compiling portable-atomic v1.13.1
2026-06-24T04:20:45.1972077Z    Compiling version_check v0.9.5
2026-06-24T04:20:45.2015268Z    Compiling memchr v2.8.1
2026-06-24T04:20:45.2071355Z    Compiling shlex v2.0.1
2026-06-24T04:20:45.2073399Z    Compiling find-msvc-tools v0.1.9
2026-06-24T04:20:45.2492240Z    Compiling critical-section v1.2.0
2026-06-24T04:20:45.2792999Z    Compiling futures-core v0.3.32
2026-06-24T04:20:45.2972029Z    Compiling subtle v2.6.1
2026-06-24T04:20:45.3451093Z    Compiling bytes v1.11.1
2026-06-24T04:20:45.4303790Z    Compiling smallvec v1.15.1
2026-06-24T04:20:45.4579252Z    Compiling equivalent v1.0.2
2026-06-24T04:20:45.4731615Z    Compiling itoa v1.0.18
2026-06-24T04:20:45.4762127Z    Compiling semver v1.0.28
2026-06-24T04:20:45.4860441Z    Compiling stable_deref_trait v1.2.1
2026-06-24T04:20:45.5341480Z    Compiling futures-sink v0.3.32
2026-06-24T04:20:45.5402751Z    Compiling futures-io v0.3.32
2026-06-24T04:20:45.5691306Z    Compiling slab v0.4.12
2026-06-24T04:20:45.5971525Z    Compiling futures-task v0.3.32
2026-06-24T04:20:45.6251578Z    Compiling futures-channel v0.3.32
2026-06-24T04:20:45.6260932Z    Compiling generic-array v0.14.7
2026-06-24T04:20:45.7081535Z    Compiling hashbrown v0.17.1
2026-06-24T04:20:45.7271075Z    Compiling bitflags v2.12.1
2026-06-24T04:20:45.7523574Z    Compiling rustc_version v0.4.1
2026-06-24T04:20:45.7862181Z    Compiling rustversion v1.0.22
2026-06-24T04:20:45.8310970Z    Compiling cpufeatures v0.2.17
2026-06-24T04:20:45.8361441Z    Compiling fnv v1.0.7
2026-06-24T04:20:45.8491767Z    Compiling strsim v0.11.1
2026-06-24T04:20:45.8851174Z    Compiling cfg_aliases v0.2.1
2026-06-24T04:20:45.9041036Z    Compiling rand_core v0.10.1
2026-06-24T04:20:45.9233099Z    Compiling writeable v0.6.3
2026-06-24T04:20:45.9692201Z    Compiling litemap v0.8.2
2026-06-24T04:20:45.9881548Z    Compiling ident_case v1.0.1
2026-06-24T04:20:46.0663606Z    Compiling icu_normalizer_data v2.2.0
2026-06-24T04:20:46.1184666Z    Compiling utf8_iter v1.0.4
2026-06-24T04:20:46.1446939Z    Compiling fs_extra v1.3.0
2026-06-24T04:20:46.1711968Z    Compiling dunce v1.0.5
2026-06-24T04:20:46.2014852Z    Compiling getrandom v0.4.2
2026-06-24T04:20:46.2171100Z    Compiling icu_properties_data v2.2.0
2026-06-24T04:20:46.2541132Z    Compiling percent-encoding v2.3.2
2026-06-24T04:20:46.2571216Z    Compiling autocfg v1.5.1
2026-06-24T04:20:46.4094612Z    Compiling http v1.4.1
2026-06-24T04:20:46.4132293Z    Compiling unicode-segmentation v1.13.3
2026-06-24T04:20:46.4811047Z    Compiling aws-lc-rs v1.17.0
2026-06-24T04:20:46.4930731Z    Compiling thiserror v2.0.18
2026-06-24T04:20:46.5102051Z    Compiling cpufeatures v0.3.0
2026-06-24T04:20:46.5192364Z    Compiling scopeguard v1.2.0
2026-06-24T04:20:46.5900680Z    Compiling indexmap v2.14.0
2026-06-24T04:20:46.6330928Z    Compiling syn v2.0.117
2026-06-24T04:20:46.6533462Z    Compiling lock_api v0.4.14
2026-06-24T04:20:46.6691039Z    Compiling chacha20 v0.10.0
2026-06-24T04:20:46.6951547Z    Compiling form_urlencoded v1.2.2
2026-06-24T04:20:46.7149598Z    Compiling untrusted v0.9.0
2026-06-24T04:20:46.7300678Z    Compiling heck v0.5.0
2026-06-24T04:20:46.8110580Z    Compiling rustls v0.23.40
2026-06-24T04:20:46.8290869Z    Compiling atomic-waker v1.1.2
2026-06-24T04:20:46.8454833Z    Compiling anyhow v1.0.102
2026-06-24T04:20:46.9330657Z    Compiling convert_case v0.10.0
2026-06-24T04:20:46.9376614Z    Compiling const-oid v0.10.2
2026-06-24T04:20:46.9520880Z    Compiling unicode-xid v0.2.6
2026-06-24T04:20:46.9549567Z    Compiling httparse v1.10.1
2026-06-24T04:20:46.9712480Z    Compiling paste v1.0.15
2026-06-24T04:20:46.9775046Z    Compiling parking_lot_core v0.9.12
2026-06-24T04:20:47.0190965Z    Compiling zerocopy v0.8.50
2026-06-24T04:20:47.0380856Z    Compiling num-traits v0.2.19
2026-06-24T04:20:47.0870987Z    Compiling hybrid-array v0.4.12
2026-06-24T04:20:47.1772597Z    Compiling jobserver v0.1.34
2026-06-24T04:20:47.2100988Z    Compiling curve25519-dalek v4.1.3
2026-06-24T04:20:47.2294186Z    Compiling ahash v0.8.12
2026-06-24T04:20:47.2720878Z    Compiling base64ct v1.8.3
2026-06-24T04:20:47.2900815Z    Compiling either v1.16.0
2026-06-24T04:20:47.2961440Z    Compiling fastrand v2.4.1
2026-06-24T04:20:47.3490568Z    Compiling powerfmt v0.2.0
2026-06-24T04:20:47.4253375Z    Compiling crypto-common v0.1.7
2026-06-24T04:20:47.4330720Z    Compiling block-buffer v0.10.4
2026-06-24T04:20:47.4371293Z    Compiling http-body v1.0.1
2026-06-24T04:20:47.5478274Z    Compiling cc v1.2.63
2026-06-24T04:20:47.5478878Z    Compiling digest v0.10.7
2026-06-24T04:20:47.5720990Z    Compiling deranged v0.5.8
2026-06-24T04:20:47.5998024Z    Compiling pem-rfc7468 v1.0.0
2026-06-24T04:20:47.6551640Z    Compiling pkg-config v0.3.33
2026-06-24T04:20:47.6689105Z    Compiling vcpkg v0.2.15
2026-06-24T04:20:47.7800586Z    Compiling data-encoding v2.11.0
2026-06-24T04:20:47.8031142Z    Compiling base64 v0.22.1
2026-06-24T04:20:47.8810922Z    Compiling try-lock v0.2.5
2026-06-24T04:20:47.9360621Z    Compiling mio v1.2.1
2026-06-24T04:20:47.9971086Z    Compiling socket2 v0.6.4
2026-06-24T04:20:48.0340629Z    Compiling getrandom v0.2.17
2026-06-24T04:20:48.1740923Z    Compiling zmij v1.0.21
2026-06-24T04:20:48.1990523Z    Compiling rand_core v0.6.4
2026-06-24T04:20:48.2420745Z    Compiling num-conv v0.2.2
2026-06-24T04:20:48.2990602Z    Compiling rand v0.10.1
2026-06-24T04:20:48.3390730Z    Compiling time-core v0.1.8
2026-06-24T04:20:48.3610428Z    Compiling tower-service v0.3.3
2026-06-24T04:20:48.4080644Z    Compiling tinyvec_macros v0.1.1
2026-06-24T04:20:48.4359873Z    Compiling parking_lot v0.12.5
2026-06-24T04:20:48.4366681Z    Compiling want v0.3.1
2026-06-24T04:20:48.4430723Z    Compiling crypto-common v0.2.2
2026-06-24T04:20:48.4640948Z    Compiling tinyvec v1.11.0
2026-06-24T04:20:48.4649962Z    Compiling block-buffer v0.12.0
2026-06-24T04:20:48.5294861Z    Compiling sha2 v0.10.9
2026-06-24T04:20:48.6360795Z    Compiling inout v0.1.4
2026-06-24T04:20:48.6500575Z    Compiling vergen-lib v9.1.0
2026-06-24T04:20:48.7701650Z    Compiling cmake v0.1.58
2026-06-24T04:20:48.7840472Z    Compiling n0-future v0.3.2
2026-06-24T04:20:48.8108304Z    Compiling signature v2.2.0
2026-06-24T04:20:48.8229822Z    Compiling serde_json v1.0.150
2026-06-24T04:20:48.8340817Z    Compiling cordyceps v0.3.4
2026-06-24T04:20:48.9230454Z    Compiling parking v2.2.1
2026-06-24T04:20:48.9540379Z    Compiling httpdate v1.0.3
2026-06-24T04:20:48.9650335Z    Compiling crossbeam-utils v0.8.21
2026-06-24T04:20:49.0280687Z    Compiling winnow v1.0.3
2026-06-24T04:20:49.0360527Z    Compiling spin v0.10.0
2026-06-24T04:20:49.0590011Z    Compiling diatomic-waker v0.2.3
2026-06-24T04:20:49.1215363Z    Compiling futures-lite v2.6.1
2026-06-24T04:20:49.1350912Z    Compiling ed25519 v2.2.3
2026-06-24T04:20:49.1527188Z    Compiling cipher v0.4.4
2026-06-24T04:20:49.2030134Z    Compiling netlink-packet-core v0.8.1
2026-06-24T04:20:49.2541023Z    Compiling futures-buffered v0.2.13
2026-06-24T04:20:49.2755780Z    Compiling universal-hash v0.5.1
2026-06-24T04:20:49.2790975Z    Compiling vergen v9.1.0
2026-06-24T04:20:49.3065699Z    Compiling vergen-lib v0.1.6
2026-06-24T04:20:49.3243795Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-24T04:20:49.3706619Z    Compiling digest v0.11.3
2026-06-24T04:20:49.3808347Z    Compiling heapless v0.7.17
2026-06-24T04:20:49.3957719Z    Compiling noq-udp v0.10.0
2026-06-24T04:20:49.4481424Z    Compiling sync_wrapper v1.0.2
2026-06-24T04:20:49.5339351Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-24T04:20:49.5395040Z    Compiling opaque-debug v0.3.1
2026-06-24T04:20:49.5694401Z    Compiling allocator-api2 v0.2.21
2026-06-24T04:20:49.5839261Z    Compiling byteorder v1.5.0
2026-06-24T04:20:49.6037935Z    Compiling polyval v0.6.2
2026-06-24T04:20:49.6653362Z    Compiling spin v0.9.8
2026-06-24T04:20:49.6786539Z    Compiling vergen-gitcl v1.0.8
2026-06-24T04:20:49.6847127Z    Compiling fallible-iterator v0.3.0
2026-06-24T04:20:49.7080843Z    Compiling aws-lc-sys v0.41.0
2026-06-24T04:20:49.7980737Z    Compiling ring v0.17.14
2026-06-24T04:20:49.8094978Z    Compiling libsqlite3-sys v0.30.1
2026-06-24T04:20:49.8590509Z    Compiling hash32 v0.2.1
2026-06-24T04:20:49.8630788Z    Compiling signature v3.0.0
2026-06-24T04:20:49.8770342Z    Compiling ryu v1.0.23
2026-06-24T04:20:49.8950173Z    Compiling num_threads v0.1.7
2026-06-24T04:20:50.0190891Z    Compiling tower-layer v0.3.3
2026-06-24T04:20:50.0260935Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-24T04:20:50.0525276Z    Compiling time v0.3.47
2026-06-24T04:20:50.1051691Z    Compiling ghash v0.5.1
2026-06-24T04:20:50.1115394Z    Compiling sha2 v0.11.0-rc.5
2026-06-24T04:20:50.1660614Z    Compiling ctr v0.9.2
2026-06-24T04:20:50.1940484Z    Compiling aes v0.8.4
2026-06-24T04:20:50.2090702Z    Compiling fs2 v0.4.3
2026-06-24T04:20:50.2210523Z    Compiling http-body-util v0.1.3
2026-06-24T04:20:50.3581241Z    Compiling aead v0.5.2
2026-06-24T04:20:50.3744172Z    Compiling openssl-probe v0.2.1
2026-06-24T04:20:50.3787994Z    Compiling crossbeam-channel v0.5.15
2026-06-24T04:20:50.4036046Z    Compiling crossbeam-epoch v0.9.18
2026-06-24T04:20:50.4920408Z    Compiling blake3 v1.8.5
2026-06-24T04:20:50.5350741Z    Compiling netlink-packet-route v0.29.0
2026-06-24T04:20:50.6199085Z    Compiling uuid v1.23.2
2026-06-24T04:20:50.7620903Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-24T04:20:50.8460779Z    Compiling aes-gcm v0.10.3
2026-06-24T04:20:50.8763298Z    Compiling memoffset v0.6.5
2026-06-24T04:20:50.9239990Z    Compiling acto v0.8.2
2026-06-24T04:20:51.0000965Z    Compiling netwatch v0.16.0
2026-06-24T04:20:51.0422283Z    Compiling noq v0.18.0
2026-06-24T04:20:51.0490387Z    Compiling rustix v1.1.4
2026-06-24T04:20:51.0641105Z    Compiling foldhash v0.2.0
2026-06-24T04:20:51.1210592Z    Compiling mac-addr v0.3.0
2026-06-24T04:20:51.2058169Z    Compiling xml-rs v0.8.28
2026-06-24T04:20:51.2588327Z    Compiling ref-cast v1.0.25
2026-06-24T04:20:51.2858560Z    Compiling tagptr v0.2.0
2026-06-24T04:20:51.3273790Z    Compiling thiserror v1.0.69
2026-06-24T04:20:51.3359459Z    Compiling sorted-index-buffer v0.2.1
2026-06-24T04:20:51.4281444Z    Compiling lru-slab v0.1.2
2026-06-24T04:20:51.4282937Z    Compiling rustc-hash v2.1.2
2026-06-24T04:20:51.4631104Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-24T04:20:51.5336566Z    Compiling identity-hash v0.1.0
2026-06-24T04:20:51.6010666Z    Compiling hashbrown v0.16.1
2026-06-24T04:20:51.6822924Z    Compiling netlink-packet-route v0.30.0
2026-06-24T04:20:51.6955981Z    Compiling termios v0.2.2
2026-06-24T04:20:51.7299365Z    Compiling synstructure v0.13.2
2026-06-24T04:20:51.7600593Z    Compiling darling_core v0.20.11
2026-06-24T04:20:51.8460302Z    Compiling serde_derive_internals v0.29.1
2026-06-24T04:20:52.2240319Z    Compiling xmltree v0.10.3
2026-06-24T04:20:52.3744106Z    Compiling proc-macro-crate v3.5.0
2026-06-24T04:20:52.3850621Z    Compiling serial-core v0.4.0
2026-06-24T04:20:52.4450515Z    Compiling ioctl-rs v0.1.6
2026-06-24T04:20:52.4657123Z    Compiling errno v0.3.14
2026-06-24T04:20:52.5420967Z    Compiling simple-dns v0.9.3
2026-06-24T04:20:52.5791757Z    Compiling aho-corasick v1.1.4
2026-06-24T04:20:52.6007671Z    Compiling resolv-conf v0.7.6
2026-06-24T04:20:52.6074248Z    Compiling smol_str v0.1.24
2026-06-24T04:20:52.6130936Z    Compiling arrayref v0.3.9
2026-06-24T04:20:52.6826554Z    Compiling linux-raw-sys v0.12.1
2026-06-24T04:20:52.8331281Z    Compiling signal-hook v0.3.18
2026-06-24T04:20:52.8501058Z    Compiling simdutf8 v0.1.5
2026-06-24T04:20:52.9032128Z    Compiling constant_time_eq v0.4.2
2026-06-24T04:20:52.9500929Z    Compiling regex-syntax v0.8.10
2026-06-24T04:20:52.9662095Z    Compiling toml_write v0.1.2
2026-06-24T04:20:52.9899953Z    Compiling sha1_smol v1.0.1
2026-06-24T04:20:53.1009425Z    Compiling winnow v0.7.15
2026-06-24T04:20:53.1016369Z    Compiling arrayvec v0.7.6
2026-06-24T04:20:53.1772903Z    Compiling signal-hook-registry v1.4.8
2026-06-24T04:20:53.1931990Z    Compiling serial-unix v0.4.0
2026-06-24T04:20:53.2657582Z    Compiling lru v0.16.4
2026-06-24T04:20:53.4022858Z    Compiling darling_core v0.23.0
2026-06-24T04:20:53.5102042Z    Compiling serde_bytes v0.11.19
2026-06-24T04:20:53.5980397Z    Compiling seize v0.5.1
2026-06-24T04:20:53.6849172Z    Compiling serde_derive v1.0.228
2026-06-24T04:20:53.7800723Z    Compiling zeroize_derive v1.4.3
2026-06-24T04:20:53.9670820Z    Compiling tokio-macros v2.7.0
2026-06-24T04:20:54.0180147Z    Compiling zerofrom-derive v0.1.7
2026-06-24T04:20:54.3675354Z    Compiling zeroize v1.8.2
2026-06-24T04:20:54.5481051Z    Compiling futures-macro v0.3.32
2026-06-24T04:20:54.6891368Z    Compiling tokio v1.52.3
2026-06-24T04:20:55.0375243Z    Compiling yoke-derive v0.8.2
2026-06-24T04:20:55.0556545Z    Compiling zerovec-derive v0.11.3
2026-06-24T04:20:55.0700795Z    Compiling displaydoc v0.2.6
2026-06-24T04:20:55.5202815Z    Compiling futures-util v0.3.32
2026-06-24T04:20:55.5740805Z    Compiling tracing-attributes v0.1.31
2026-06-24T04:20:55.5911933Z    Compiling zerofrom v0.1.8
2026-06-24T04:20:55.7228720Z    Compiling rustls-pki-types v1.14.1
2026-06-24T04:20:55.9731132Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-24T04:20:56.0620811Z    Compiling thiserror-impl v2.0.18
2026-06-24T04:20:56.4432035Z    Compiling yoke v0.8.3
2026-06-24T04:20:56.5290977Z    Compiling darling_macro v0.20.11
2026-06-24T04:20:56.6197828Z    Compiling zerovec v0.11.6
2026-06-24T04:20:56.6400988Z    Compiling zerotrie v0.2.4
2026-06-24T04:20:56.6540732Z    Compiling derive_more-impl v2.1.1
2026-06-24T04:20:56.8899505Z    Compiling darling v0.20.11
2026-06-24T04:20:56.9860704Z    Compiling derive_builder_core v0.20.2
2026-06-24T04:20:57.0081539Z    Compiling n0-error-macros v0.1.3
2026-06-24T04:20:57.1390579Z    Compiling spez v0.1.2
2026-06-24T04:20:57.2920697Z    Compiling der v0.8.0-rc.10
2026-06-24T04:20:57.3756897Z    Compiling tinystr v0.8.3
2026-06-24T04:20:57.5731083Z    Compiling icu_locale_core v2.2.0
2026-06-24T04:20:57.6160743Z    Compiling potential_utf v0.1.5
2026-06-24T04:20:57.7620637Z    Compiling icu_collections v2.2.0
2026-06-24T04:20:57.9371600Z    Compiling pin-project-internal v1.1.13
2026-06-24T04:20:58.1306241Z    Compiling n0-error v0.1.3
2026-06-24T04:20:58.3457436Z    Compiling derive_builder_macro v0.20.2
2026-06-24T04:20:58.5452751Z    Compiling ed25519-dalek v2.2.0
2026-06-24T04:20:58.6650388Z    Compiling ipnet v2.12.0
2026-06-24T04:20:58.6690832Z    Compiling derive_builder v0.20.2
2026-06-24T04:20:58.7939709Z    Compiling spki v0.8.0-rc.4
2026-06-24T04:20:58.9489229Z    Compiling icu_provider v2.2.0
2026-06-24T04:20:58.9884945Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-24T04:20:59.0645807Z    Compiling prefix-trie v0.8.4
2026-06-24T04:20:59.1510619Z    Compiling futures-executor v0.3.32
2026-06-24T04:20:59.3100728Z    Compiling once_cell v1.21.4
2026-06-24T04:20:59.3717781Z    Compiling icu_properties v2.2.0
2026-06-24T04:20:59.3790862Z    Compiling icu_normalizer v2.2.0
2026-06-24T04:20:59.4130471Z    Compiling pin-project v1.1.13
2026-06-24T04:20:59.4580658Z    Compiling futures v0.3.32
2026-06-24T04:20:59.4830857Z    Compiling ed25519 v3.0.0-rc.4
2026-06-24T04:20:59.5040839Z    Compiling tracing-core v0.1.36
2026-06-24T04:20:59.5313637Z    Compiling spt-proto v0.14.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-24T04:20:59.7198593Z    Compiling hashbrown v0.14.5
2026-06-24T04:20:59.9050751Z    Compiling cobs v0.3.0
2026-06-24T04:20:59.9241216Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-24T04:20:59.9850907Z    Compiling postcard-derive v0.2.2
2026-06-24T04:21:00.1060003Z    Compiling tracing v0.1.44
2026-06-24T04:21:00.3290628Z    Compiling data-encoding-macro v0.1.20
2026-06-24T04:21:00.4041710Z    Compiling rustls-native-certs v0.8.4
2026-06-24T04:21:00.5417251Z    Compiling hashlink v0.9.1
2026-06-24T04:21:00.5811017Z    Compiling tokio-util v0.7.18
2026-06-24T04:21:00.5895522Z    Compiling netlink-sys v0.8.8
2026-06-24T04:21:00.6270708Z    Compiling postcard v1.1.3
2026-06-24T04:21:00.8871077Z    Compiling tower v0.5.3
2026-06-24T04:21:00.9075389Z    Compiling idna_adapter v1.2.2
2026-06-24T04:21:00.9181812Z    Compiling derive_more v2.1.1
2026-06-24T04:21:00.9507268Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-24T04:21:00.9850068Z    Compiling strum_macros v0.28.0
2026-06-24T04:21:01.0190686Z    Compiling idna v1.1.0
2026-06-24T04:21:01.0452606Z    Compiling rusqlite v0.32.1
2026-06-24T04:21:01.0577414Z    Compiling num_enum_derive v0.7.6
2026-06-24T04:21:01.0660636Z    Compiling async-trait v0.1.89
2026-06-24T04:21:01.0820948Z    Compiling iroh-metrics-derive v0.4.1
2026-06-24T04:21:01.1280860Z    Compiling enum-assoc v1.3.0
2026-06-24T04:21:01.2650930Z    Compiling iroh-relay v0.98.0
2026-06-24T04:21:01.3953083Z    Compiling netdev v0.42.0
2026-06-24T04:21:01.4364303Z    Compiling url v2.5.8
2026-06-24T04:21:01.5413563Z    Compiling h2 v0.4.14
2026-06-24T04:21:01.6047895Z    Compiling iroh-metrics v0.38.3
2026-06-24T04:21:01.6770268Z    Compiling tokio-stream v0.1.18
2026-06-24T04:21:01.7060752Z    Compiling n0-watcher v0.6.1
2026-06-24T04:21:01.9800287Z    Compiling netlink-proto v0.12.0
2026-06-24T04:21:01.9910919Z    Compiling moka v0.12.15
2026-06-24T04:21:02.1802112Z    Compiling serde_spanned v0.6.9
2026-06-24T04:21:02.1956274Z    Compiling toml_datetime v0.6.11
2026-06-24T04:21:02.3161143Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-24T04:21:02.3203790Z    Compiling num_enum v0.7.6
2026-06-24T04:21:02.3251068Z    Compiling spt-store v0.14.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-24T04:21:02.3401152Z    Compiling iroh-base v0.98.0
2026-06-24T04:21:02.4034789Z    Compiling attohttpc v0.30.1
2026-06-24T04:21:02.4321366Z    Compiling tower-http v0.6.11
2026-06-24T04:21:02.4466060Z    Compiling thiserror-impl v1.0.69
2026-06-24T04:21:02.5760954Z    Compiling ref-cast-impl v1.0.25
2026-06-24T04:21:02.9550642Z    Compiling toml_edit v0.22.27
2026-06-24T04:21:03.0627770Z    Compiling webpki-roots v1.0.7
2026-06-24T04:21:03.1837660Z    Compiling regex-automata v0.4.14
2026-06-24T04:21:03.1939431Z    Compiling schemars_derive v1.2.1
2026-06-24T04:21:03.2007831Z    Compiling hmac v0.12.1
2026-06-24T04:21:03.2141238Z    Compiling iroh v0.98.2
2026-06-24T04:21:03.2233192Z    Compiling dyn-clone v1.0.20
2026-06-24T04:21:03.3220722Z    Compiling pin-utils v0.1.0
2026-06-24T04:21:03.3453552Z    Compiling rustix v0.38.44
2026-06-24T04:21:03.3921960Z    Compiling bitflags v1.3.2
2026-06-24T04:21:03.4742402Z    Compiling utf8parse v0.2.2
2026-06-24T04:21:03.4846301Z    Compiling cmov v0.5.4
2026-06-24T04:21:03.5828512Z    Compiling anstyle-parse v1.0.0
2026-06-24T04:21:03.7280500Z    Compiling ctutils v0.4.2
2026-06-24T04:21:03.7889255Z    Compiling nix v0.25.1
2026-06-24T04:21:03.8172981Z    Compiling hkdf v0.12.4
2026-06-24T04:21:03.8282668Z    Compiling backon v1.6.0
2026-06-24T04:21:03.8960814Z    Compiling strum v0.28.0
2026-06-24T04:21:03.9478854Z    Compiling darling_macro v0.23.0
2026-06-24T04:21:04.0041269Z    Compiling papaya v0.2.4
2026-06-24T04:21:04.0590345Z    Compiling iroh-dns v0.98.0
2026-06-24T04:21:04.1961076Z    Compiling filedescriptor v0.8.3
2026-06-24T04:21:04.3030540Z    Compiling serial v0.4.0
2026-06-24T04:21:04.3321453Z    Compiling downcast-rs v1.2.1
2026-06-24T04:21:04.3733907Z    Compiling is_terminal_polyfill v1.70.2
2026-06-24T04:21:04.4190680Z    Compiling colorchoice v1.0.5
2026-06-24T04:21:04.4420704Z    Compiling shell-words v1.1.1
2026-06-24T04:21:04.4487514Z    Compiling foldhash v0.1.5
2026-06-24T04:21:04.5170879Z    Compiling anstyle v1.0.14
2026-06-24T04:21:04.5301268Z    Compiling anstyle-query v1.1.5
2026-06-24T04:21:04.5389343Z    Compiling linux-raw-sys v0.4.15
2026-06-24T04:21:04.6230545Z    Compiling instability v0.3.12
2026-06-24T04:21:04.6321586Z    Compiling hashbrown v0.15.5
2026-06-24T04:21:04.6400668Z    Compiling signal-hook-mio v0.2.5
2026-06-24T04:21:04.6435795Z    Compiling darling v0.23.0
2026-06-24T04:21:04.6813701Z    Compiling spake2 v0.4.0
2026-06-24T04:21:04.7153468Z    Compiling anstream v1.0.0
2026-06-24T04:21:04.7617862Z    Compiling terminal_size v0.4.4
2026-06-24T04:21:04.7744280Z    Compiling strum_macros v0.26.4
2026-06-24T04:21:04.8190484Z    Compiling sha1 v0.10.6
2026-06-24T04:21:04.8888622Z    Compiling itertools v0.13.0
2026-06-24T04:21:05.0891659Z    Compiling castaway v0.2.4
2026-06-24T04:21:05.0949276Z    Compiling unicode-width v0.1.14
2026-06-24T04:21:05.2051057Z    Compiling schemars v1.2.1
2026-06-24T04:21:05.2176813Z    Compiling spt-msg v0.14.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-24T04:21:05.2187246Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-24T04:21:05.4530312Z    Compiling static_assertions v1.1.0
2026-06-24T04:21:05.5184707Z    Compiling doctest-file v1.1.1
2026-06-24T04:21:05.5470774Z    Compiling clap_lex v1.1.0
2026-06-24T04:21:05.8421151Z    Compiling toml v0.8.23
2026-06-24T04:21:06.0273166Z    Compiling regex v1.12.3
2026-06-24T04:21:06.0626661Z    Compiling indoc v2.0.7
2026-06-24T04:21:06.1777076Z    Compiling interprocess v2.4.2
2026-06-24T04:21:06.4960014Z    Compiling spt-runtime v0.14.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-24T04:21:06.8981406Z    Compiling unicode-truncate v1.1.0
2026-06-24T04:21:06.9326093Z    Compiling crossterm v0.28.1
2026-06-24T04:21:07.0483305Z    Compiling hyper v1.10.1
2026-06-24T04:21:07.0567164Z    Compiling clap_builder v4.6.0
2026-06-24T04:21:07.2298536Z    Compiling compact_str v0.8.2
2026-06-24T04:21:07.3707713Z    Compiling strum v0.26.3
2026-06-24T04:21:07.4800833Z    Compiling lru v0.12.5
2026-06-24T04:21:07.6613309Z    Compiling clap_derive v4.6.1
2026-06-24T04:21:07.8013689Z    Compiling cassowary v0.3.0
2026-06-24T04:21:08.0337809Z    Compiling portable-pty v0.8.1
2026-06-24T04:21:08.1710569Z    Compiling unicode-width v0.2.0
2026-06-24T04:21:08.3770740Z    Compiling iana-time-zone v0.1.65
2026-06-24T04:21:08.4707572Z    Compiling spt-term v0.14.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-24T04:21:08.6181431Z    Compiling chrono v0.4.45
2026-06-24T04:21:08.6474462Z    Compiling ratatui v0.29.0
2026-06-24T04:21:08.7494295Z    Compiling nucleo-matcher v0.3.1
2026-06-24T04:21:08.7740741Z    Compiling qrcode v0.14.1
2026-06-24T04:21:08.8640537Z    Compiling hyper-util v0.1.20
2026-06-24T04:21:09.3118726Z    Compiling tempfile v3.27.0
2026-06-24T04:21:09.4624569Z    Compiling spt-live v0.14.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-24T04:21:10.0874163Z    Compiling clap v4.6.1
2026-06-24T04:21:10.7510709Z    Compiling igd-next v0.17.1
2026-06-24T04:21:11.9311973Z    Compiling portmapper v0.16.0
2026-06-24T04:21:16.8997714Z    Compiling rustls-webpki v0.103.13
2026-06-24T04:21:19.2189941Z    Compiling tokio-rustls v0.26.4
2026-06-24T04:21:19.2192841Z    Compiling rustls-platform-verifier v0.7.0
2026-06-24T04:21:19.2193208Z    Compiling noq-proto v0.17.0
2026-06-24T04:21:19.3574711Z    Compiling hickory-net v0.26.0-beta.4
2026-06-24T04:21:19.3575340Z    Compiling hyper-rustls v0.27.9
2026-06-24T04:21:19.3576271Z    Compiling tokio-websockets v0.13.2
2026-06-24T04:21:19.4938494Z    Compiling reqwest v0.13.4
2026-06-24T04:21:20.3648179Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-24T04:21:34.0085983Z    Compiling spt-net v0.14.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-24T04:21:35.3329956Z    Compiling spt-daemon v0.14.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-24T04:21:42.4083106Z    Compiling spt v0.14.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-24T04:21:46.2124054Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 01s
2026-06-24T04:21:46.2352076Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-90ebca56fbbcd582)
2026-06-24T04:21:46.2364770Z 
2026-06-24T04:21:46.2364865Z running 1 test
2026-06-24T04:21:52.3226649Z test new_brain_serves_against_old_broker ... ok
2026-06-24T04:21:52.3226978Z 
2026-06-24T04:21:52.3227243Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.09s
2026-06-24T04:21:52.3227628Z 
2026-06-24T04:21:52.3457779Z Post job cleanup.
2026-06-24T04:21:52.4138106Z [command]/usr/bin/git version
2026-06-24T04:21:52.4169452Z git version 2.43.0
2026-06-24T04:21:52.4198841Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/4a44b790-399f-4ed2-9d92-14864e748c46' before making global git config changes
2026-06-24T04:21:52.4199588Z Adding repository directory to the temporary git global config as a safe directory
2026-06-24T04:21:52.4202270Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-24T04:21:52.4233897Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-24T04:21:52.4262973Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-24T04:21:52.4441743Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-24T04:21:52.4459268Z http.https://github.com/.extraheader
2026-06-24T04:21:52.4466039Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-24T04:21:52.4488638Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-24T04:21:52.4705363Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-24T04:21:52.4730620Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-24T04:21:52.5037484Z Cleaning up orphan processes
2026-06-24T04:21:52.5544307Z Terminate orphan process: pid (2437721) (spt)
